home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / qdr.arc / QD11.DOC < prev   
Encoding:
Text File  |  1986-10-18  |  2.0 KB  |  61 lines

  1.  
  2.  Command QDR                                            Version 2.0
  3.  -----------                                            Oct 17, 1986
  4.  
  5.  
  6.  Purpose
  7.  -------
  8.         Re-format a floppy disk quickly, optionally with a new
  9.         volume label, deleting all files and sub-directories.
  10.  
  11.  Format
  12.  ------
  13.                 QDR [d:][label]  [/F][/1][/3][/4][/8] [/N]
  14.  
  15.  Remarks
  16.  -------
  17.         The  d:  parameter supplies the drive letter, A to K.  If no
  18.         drive letter is supplied,  A is used.  A fixed disk  can not
  19.         be formatted.
  20.  
  21.         You may supply a volume label (up to 11 characters) immediately
  22.         following the drive letter.  For example:
  23.  
  24.                 QDR b:scratch
  25.  
  26.         The /N option suppresses the "press ENTER to continue" prompt.
  27.  
  28.         The DOS error level is set to 0 for successful completion, or to
  29.         1 if any errors occur.
  30.  
  31.  
  32. Formatting
  33. ----------
  34.         Use the /F option to force a full format of all tracks.
  35.  
  36.         You may suppy /1 to force SSSD format, /4 for DSQD (1.2mb), or
  37.         /3 for DSQD (720kb), or /8 for eight-sectors (SSSD or DSDD).
  38.  
  39.         It is recommended that you use DOS FORMAT since QDR is not much
  40.         faster when doing a full format and does not mark bad
  41.         clusters.
  42.  
  43.         Unless /F is used, the diskette must have been previously
  44.         formatted.  The allowable diskette formats are:  DSQD (1.2mb or
  45.         720kb), SSSD/8, SSSD/9, DSDD/8, and DSDD/9.  When information is
  46.         available for other drive types, they will be added to the data
  47.         in the internal device table.  Your system hardware and software
  48.         must support the device type.
  49.  
  50.  
  51. Restrictions
  52. ------------
  53.         (c) Copyright Vernon D. Buerg 1986. All rights reserved.
  54.  
  55.         May be copied and distributed in its original form only.  For
  56.         private, personal use.  Not for sale or hire.  Use this program
  57.         at your own risk.  No warranty is given and no liability is
  58.         assumed.
  59.  
  60.  
  61.